System.Collections.IDictionary.Clear Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Clears this dictionary. Calls the (overridden) Clear method.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private void IDictionary.Clear()
Visual Basic (Declaration)
Private Sub System.Collections.IDictionary.Clear Implements IDictionary.Clear
Visual C++
private:
virtual void System.Collections.IDictionary.Clear () sealed = IDictionary::Clear

See Also